body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
  padding: 0;
  margin: 0;
  /* user-select: none; */
  font-family: "Microsoft YaHei";
}
input,button{
  border: none;
  outline: none;
}

dl,ul,ol,menu,li{  
  list-style: none;
  text-decoration: none;
  color: #333;
}
a,a:hover,a:visited,a:link,a:active{
  text-decoration: none!important;
  border: none;
  outline: none;
  color: #343435;
  /* color: #343435!important; */
}

.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: SOURCEHANSANSCN-MEDIUM;
  src: url("../font/SOURCEHANSANSCN-MEDIUM.OTF") format("opentype"); 
  src: url("../font/SOURCEHANSANSCN-MEDIUM.WOFF") format("woff"); 
  src: url("../font/SOURCEHANSANSCN-MEDIUM.EOT") format("eot"); 
}

